Function: randpick

CALL:

item = randpick(items)

DESCRIPTION:

Randomly pick one of a collection of items.

INPUT:

items any
cellarray with items to pick from.

OUTPUT:

item any
randomly picked item.